[INFO] fetching crate touptek 1.1.0...
[INFO] testing touptek-1.1.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate touptek 1.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate touptek 1.1.0
[INFO] finished tweaking crates.io crate touptek 1.1.0
[INFO] tweaked toml for crates.io crate touptek 1.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate touptek 1.1.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v0.3.3 (available: v2.11.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2ddfd55279f3dae11292a977e7cb6cfdec4870700b38d129587bf702b621bf56
[INFO] running `Command { std: "docker" "start" "-a" "2ddfd55279f3dae11292a977e7cb6cfdec4870700b38d129587bf702b621bf56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ddfd55279f3dae11292a977e7cb6cfdec4870700b38d129587bf702b621bf56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ddfd55279f3dae11292a977e7cb6cfdec4870700b38d129587bf702b621bf56", kill_on_drop: false }`
[INFO] [stdout] 2ddfd55279f3dae11292a977e7cb6cfdec4870700b38d129587bf702b621bf56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dfb50f219ee11c63a63f5276a72b2cdc1a19e6b1e534478e8d7f45638cb8ea6a
[INFO] running `Command { std: "docker" "start" "-a" "dfb50f219ee11c63a63f5276a72b2cdc1a19e6b1e534478e8d7f45638cb8ea6a", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling bitflags v0.3.3
[INFO] [stderr]    Compiling touptek v1.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / bitflags! {
[INFO] [stdout] 29 | |     flags Flags: u32 {
[INFO] [stdout] 30 | |         const FLAG_CMOS               = 0x00000001,  /* cmos sensor */
[INFO] [stdout] 31 | |         const FLAG_CCD_PROGRESSIVE    = 0x00000002,  /* progressive ccd sensor */
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/lib.rs:28:1
[INFO] [stdout]    |
[INFO] [stdout] 28 | / bitflags! {
[INFO] [stdout] 29 | |     flags Flags: u32 {
[INFO] [stdout] 30 | |         const FLAG_CMOS               = 0x00000001,  /* cmos sensor */
[INFO] [stdout] 31 | |         const FLAG_CCD_PROGRESSIVE    = 0x00000002,  /* progressive ccd sensor */
[INFO] [stdout] ...  |
[INFO] [stdout] 51 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:222:1
[INFO] [stdout]     |
[INFO] [stdout] 222 | extern {
[INFO] [stdout]     | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:225:62
[INFO] [stdout]     |
[INFO] [stdout] 225 |     fn Toupcam_HotPlug(pHotPlugCallback: std::option::Option<extern fn(*mut c_void)>,
[INFO] [stdout]     |                                                              ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:237:58
[INFO] [stdout]     |
[INFO] [stdout] 237 | ...                   pEventCallback: extern fn(Event, *mut c_void),
[INFO] [stdout]     |                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:342:57
[INFO] [stdout]     |
[INFO] [stdout] 342 |                           fnTTProc: std::option::Option<extern fn(c_int, c_int, *mut c_void)>,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:348:54
[INFO] [stdout]     |
[INFO] [stdout] 348 |                        fnWBProc: std::option::Option<extern fn(*const [c_int; 3], *mut c_void)>,
[INFO] [stdout]     |                                                      ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:361:65
[INFO] [stdout]     |
[INFO] [stdout] 361 | ...                   fnExpoProc: std::option::Option<extern fn(*mut c_void)>,
[INFO] [stdout]     |                                                       ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:364:69
[INFO] [stdout]     |
[INFO] [stdout] 364 | ...                   fnChromeProc: std::option::Option<extern fn(*mut c_void)>,
[INFO] [stdout]     |                                                         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:379:46
[INFO] [stdout]     |
[INFO] [stdout] 379 | ...                   fnHistogramProc: extern fn(*const [c_double; 256],
[INFO] [stdout]     |                                        ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:530:9
[INFO] [stdout]     |
[INFO] [stdout] 530 |         extern fn wrapper(sender: *mut c_void) {
[INFO] [stdout]     |         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]    --> src/lib.rs:612:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         extern fn wrapper(event: Event, sender: *mut c_void) {
[INFO] [stdout]     |         ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/lib.rs:562:29
[INFO] [stdout]     |
[INFO] [stdout] 562 | ...                   (*i_model).res[..(*i_model).preview as usize].to_owned(),
[INFO] [stdout]     |                       ^^-------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this raw pointer has type `*const ModelInternal`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[Resolution; 16]`
[INFO] [stdout]    --> src/lib.rs:562:29
[INFO] [stdout]     |
[INFO] [stdout] 562 | ...                   (*i_model).res[..(*i_model).preview as usize].to_owned(),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[deny(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 562 |                             (&(*i_model).res)[..(*i_model).preview as usize].to_owned(),
[INFO] [stdout]     |                             ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/lib.rs:564:29
[INFO] [stdout]     |
[INFO] [stdout] 564 | ...                   (*i_model).res[..(*i_model).still as usize].to_owned(),
[INFO] [stdout]     |                       ^^-------^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this raw pointer has type `*const ModelInternal`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[Resolution; 16]`
[INFO] [stdout]    --> src/lib.rs:564:29
[INFO] [stdout]     |
[INFO] [stdout] 564 | ...                   (*i_model).res[..(*i_model).still as usize].to_owned(),
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 564 |                             (&(*i_model).res)[..(*i_model).still as usize].to_owned(),
[INFO] [stdout]     |                             ++              +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `touptek` (lib) due to 2 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "dfb50f219ee11c63a63f5276a72b2cdc1a19e6b1e534478e8d7f45638cb8ea6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dfb50f219ee11c63a63f5276a72b2cdc1a19e6b1e534478e8d7f45638cb8ea6a", kill_on_drop: false }`
[INFO] [stdout] dfb50f219ee11c63a63f5276a72b2cdc1a19e6b1e534478e8d7f45638cb8ea6a
